VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable<T> Class / DistanceBetweenColumns Property
Syntax Exceptions Requirements SeeAlso
In This Topic
DistanceBetweenColumns Property (FormFieldTemplateTable<T>)
In This Topic
Gets or sets the ratio of distance between two cell columns to cell width.
Syntax
'Declaration

<DefaultValueAttribute(0)>
<DescriptionAttribute("The ratio of distance between two cell columns to cell width.")>
Public Property DistanceBetweenColumns As Single

[DefaultValue(0)]
[Description("The ratio of distance between two cell columns to cell width.")]
public float DistanceBetweenColumns { get; set; }

Property Value

Valid values are 0 and any positive value:
  • 0 - there is no distance between cell columns
  • from 0 to 1 - distance between cell columns is less than cell width
  • 1 - distance between cell columns is equal to cell width
  • greater than 1 - distance between cell columns is greater than cell width

Default value is 0 (i.e., no distance between cell columns).
Exceptions
ExceptionDescription
Thrown if value is less than 0.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also